home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / program / 441 / fplib20 / readme < prev    next >
Text File  |  1990-11-23  |  1KB  |  43 lines

  1.         FLOATING POINT LIBRARY FOR SOZOBON C
  2.  
  3.          Rev 2.0 -- prepared April 30, 1989
  4.  
  5. The files contained in this archive are a set of floating point
  6. functions for Sozobon C.  We provide:
  7.  
  8.     sqrt        exp        floor
  9.     sin        sinh        modf
  10.     cos        cosh        fmod
  11.     tan        tanh        fabs
  12.     atan        log        ldexp
  13.     atan2        log10        frexp
  14.     asin        pow        atof
  15.     acos        ceil        math.h
  16.  
  17. and modified versions of:
  18.  
  19.     fpcmp        fpadd        fpmul
  20.     fpdiv        fp_prt
  21.  
  22. These are available in source.  There is also a new LIBM.A that has the
  23. new routines included (and the other routines re-arranged to remove the
  24. need to scan the library twice).
  25.  
  26. The complete archive also contains design notes, release notes for
  27. release 2.0, and a brief set of specifications.
  28.  
  29. Only LIBM.A and MATH.H are needed for normal use of the library.
  30. LIBM.A should go in your LIB directory, and MATH.H in your INCLUDE
  31. directory.
  32.  
  33. These routines may be used without restriction, but I retain the copyright
  34. on them, and the Only True Upgrades will be those I make.  If you have any
  35. improvements, please send them to me.
  36.  
  37. David W. Brooks
  38. 36 Elm Street
  39. Medfield, MA 02052, USA
  40.  
  41. dbrooks@osf.org
  42. uunet!osf.org!brooks
  43.